home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _963FBF200CC44DCFA5E1516F8BC3EDA0 < prev    next >
Encoding:
Text File  |  2004-03-18  |  1.4 KB  |  82 lines

  1.  
  2. Shader()
  3. {// >=gffx
  4.     SurfaceID(SRFTYPE)
  5.     NoLightmaps()
  6.     Shaderquality(3)
  7.     Pass()
  8.     {
  9.         Lighting()
  10.         Pixelshader("COS.psh")
  11.         VertexShader("OSTInst20.vsh")
  12.  
  13.         !include("__Tex1.mtt")
  14.         !include("__CloudsVS2.mtt")
  15.  
  16.         !include("__FadeGen.mtt")
  17.         !include("__LightningColors.mtt")
  18.     }
  19.     Cull("cw")
  20. }
  21.  
  22.  
  23. Shader()
  24. {// >=gf3
  25.     SurfaceID(SRFTYPE)
  26.     NoLightmaps()
  27.     Shaderquality(3)
  28.     Pass()
  29.     {
  30.         Lighting()
  31.         Pixelshader("COS.psh")
  32.         VertexShader("OSTInst.vsh")
  33.  
  34.         !include("__Tex1.mtt")
  35.         !include("__CloudsVS2.mtt")
  36.  
  37.         !include("__FadeGen.mtt")
  38.         !include("__LightningColors.mtt")
  39.  
  40.     }
  41.     Cull("cw")
  42. }
  43.  
  44. Shader()
  45. {// >=gffx
  46.     SurfaceID(SRFTYPE)
  47.     NoLightmaps()
  48.     Shaderquality(1)
  49.     Pass()
  50.     {
  51.         Lighting()
  52.         Pixelshader("OS.psh")
  53.         VertexShader("SInst20.vsh")
  54.  
  55.         !include("__Tex1.mtt")
  56.  
  57.         !include("__FadeGen.mtt")
  58.         !include("__LightningColors.mtt")
  59.     }
  60.     Cull("cw")
  61. }
  62.  
  63.  
  64. Shader()
  65. {// >=gf3
  66.     SurfaceID(SRFTYPE)
  67.     NoLightmaps()
  68.     Shaderquality(1)
  69.     Pass()
  70.     {
  71.         Lighting()
  72.         Pixelshader("OS.psh")
  73.         VertexShader("SInst.vsh")
  74.  
  75.         !include("__Tex1.mtt")
  76.  
  77.         !include("__FadeGen.mtt")
  78.         !include("__LightningColors.mtt")
  79.  
  80.     }
  81.     Cull("cw")
  82. }